home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Online / Lynx / CHANGES next >
Text File  |  2000-05-23  |  2KB  |  32 lines

  1. 2000-05-21 (2.8.4dev.2)
  2. * minor changes to HTInit.c to make it more tolerant of leading whitespace
  3.   in mailcap entries (reported by Sven Guckes <guckes@math.fu-berlin.de>) -TD
  4. * add option -stdin, which tells Lynx to read the startfile from standard
  5.   input -TD
  6. * simplify argument parsing in LYMain.c, moving the special cases into the
  7.   table-driven logic by adding a flag that denotes the argument parsing phase
  8.   that applies -TD
  9. * correct duplicate description of JUMPFILE in lynx.cfg -TD
  10. * refine cfg2html.pl changes to use command-line options to control the
  11.   sorting and marking features, as well as make the script work properly if
  12.   the markup data is not given -TD
  13. * moved entry for lynx.cfg setting "viewer" according to the alphabet in
  14.   LYReadCFG.c:Config_Table -VH
  15. * modify cfg2html.pl to mark unavailable options, and to provide for sorting
  16.   the options in body.html -VH
  17. * update NLS configure script macros using CF_BUNDLED_INTL from tin, etc. -TD
  18. * update utmp configure script macros from xterm -TD
  19. * fix (from tin) to autoconf macro AM_WITH_NLS to fix a case where it would
  20.   refuse to build with non-GNU gettext -TD
  21. * modified autoconf macros CF_HEADER_PATH and CF_LIBRARY_PATH, to look in more
  22.   places for the specified files, including $HOME -TD
  23. * remove intl/libintl.h since it is overwritten by a symbolic link (reported
  24.   by Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>) -TD
  25. * correct a few tests in configure script which must allow inclusion of either
  26.   ncurses.h or curses.h, otherwise color-style cannot be configured (reported
  27.   by Frederick Bruckman <fb@enteract.com>) -TD
  28. * move logic that makes subdirectory for more-secure temporary files into
  29.   LYOpenTemp() where it can perform that action on demand rather than for all
  30.   invocations of lynx.  Further refine this logic by ensuring that the umask is
  31.   set to allow execution permissions on the subdirectory (fixes problems
  32.   reported by Michael Abraham Shulman <mas@kurukshetra.cjb.net> and KW) -TD